
/*= Reset CSS 
============= */
#product_case .product .container{font: 14px "Lato", Arial, sans-serif; min-width: 100%; min-height: 100%; color: #666;}
#product_case .product .container{margin: 0 auto; max-width: 1180px;}
#product_case .product .container h2{color: #fff; float: left; width: 100%; font-size: 24px; font-weight: 400; text-align: center; padding: 50px 0 40px; position: relative; z-index: 50;}
#product_case .product .container h2 span{position: relative; padding-bottom: 10px;}
#product_case .product .container h2 span:after{content: ""; width: 50%; height: 3px; background-color: #fff; position: absolute; left: 25%; bottom: 0;}
#product_case .product .container *{margin: 0; padding: 0; box-sizing: border-box;}
#product_case .product .container img{max-width: 100%; vertical-align: middle;}
#product_case .product .container .full-length{width: 100%; float: left; padding-bottom: 80px;}
#product_case .product .container ul{}
#product_case .product .container li{float: left; width: 392px;  list-style: none;}

#product_case .product .container h3{font-size: 20px; margin: 5px 0 10px;}
#product_case .product .container p{font-weight: 300; line-height: 20px; font-size: 14px; margin-bottom: 15px;}
#product_case .product .container .learnmorebtn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #4d92d9; background-color: #4d92d9; text-decoration: none; transition: 0.4s;}
#product_case .product .container .learnmorebtn:hover{background-color: transparent; color: #4d92d9; transition: 0.4s;}
#product_case .product .container .text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 20px;}
/*= Reset CSS End
================= *



/* effect-2 css */
#product_case .product .container .port-2{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; border: 0px solid rgba(255, 255, 255, 0.9);perspective: 800px;}
#product_case .product .container .port-2 .text-desc{z-index: -1; transition: 0.6s;}
#product_case .product .container .port-2 .image-box{transition: 0.4s;}
#product_case .product .container .port-2:hover .image-box{transform: rotateX(80deg); transform-origin: center bottom 0; transition: 0.4s;}

#product_case .product .container .port-2.effect-1:hover .text-desc{opacity: 1;}

#product_case .product .container .port-2.effect-2 .text-desc{opacity: 1; top: -100%;}
#product_case .product .container .port-2.effect-2:hover .text-desc{top: 0;}

#product_case .product .container .port-2.effect-3 .text-desc{opacity: 1; top: auto; bottom: -100%;}
#product_case .product .container .port-2.effect-3:hover .text-desc{bottom: 0;}
/* effect-2 css end */




/*= Media Screen CSS
==================== */
/*
@media only screen and (max-width: 1180px){
	ul{width: 392px; margin: 0 auto;}
	li{width: 100%; margin: 20px 0;}
	.port-5.effect-1 {z-index: 19;}
}

@media only screen and (max-width: 392px){
	ul{width: 392px;}
	.port-1 .text-desc, 
	.port-1.effect-3:hover .text-desc, 
	.port-3.effect-1 .text-desc, 
	.port-3.effect-3 .text-desc,
	.port-4.effect-1 .text-desc,
	.port-4.effect-2 .text-desc,
	.port-4.effect-3 .text-desc, .port-8 .text-desc{padding: 20px;}
	.text-desc{padding: 7px;}
	.port-5.effect-1 .text-desc{padding: 13px 20px 20px 90px;}
	.port-5.effect-2 .text-desc{padding: 10px;}
	.port-5.effect-3 .text-desc{padding: 16px 90px 20px 20px;}
	.port-6.effect-1 .text-desc .btn, 
	.port-6.effect-2 .text-desc .btn,
	.port-6.effect-3 .text-desc .btn,
	.port-7.effect-1 .text-desc .btn,
	.port-7.effect-2 .text-desc .btn,
	.port-7.effect-3 .text-desc .btn,
	.port-8.effect-3 .text-desc .btn{display: none;}
	.port-6.effect-2 .text-desc{padding: 20px 120px 20px 20px;}
	.port-6.effect-3 .text-desc{padding: 75px 20px 10px;}
	.port-7.effect-1 .text-desc{padding: 12px 10px;}
	.port-8.effect-3 .text-desc{padding: 28px 70px 20px;}
}*/
/*= Media Screen CSS End
======================== */